home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QuickTime for the Web (2nd Edition)
/
QuickTime for the Web (2nd Edition).iso
/
pc
/
AppleScript
/
QUICKTIME 5.0.2 SCRIPTS
/
Example Files
/
Track Syntax Examples
/
text track from data list
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-06-04
|
185 b
|
7 lines
tell application "QuickTime Player"
launch
activate
stop every movie
make new movie
set this_track to make new track at movie 1 with data {"Topic A", "Topic B", "Topic C"}
end tell